DeleteIpv6EgressOnlyRule
Description
Call the DeleteIpv6EgressOnlyRule interface to delete only the active rule.
Request Method
POST
Request Path
/apsara/route/Vpc/DeleteIpv6EgressOnlyRule
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
Ipv6EgressOnlyRuleId | BODY | string | Yes | ipv6py-hp3w98rmlbqp0vfbg**** | only active rule ID to delete. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
RegionId | BODY | string | Yes | cn-huhehaote | the region ID to which the IPv6 gateway belongs. |
ClientToken | BODY | string | No | 123456 | client token to ensure the idempotence of the request. the parameter value is generated by the client, which must be unique between different requests and the maximum value does not exceed 64 ASCII characters. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75 | request ID. |
Example
Successful Response example
{
"RequestId":"9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}